@charset "utf-8";

.container {
    width: auto!important;
}
.container.container--contents-full>.row>.section:first-child {
    margin-top: 0px!important;
}

body{
    margin: 0;
    padding: 0;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.mt10 {
    margin: 16px 0;
}
.fcR {
    color: #b10019;
}
#wrapper{
    margin: auto;
}
#wrapper img{
    width: 100%;
}
#wrapper img{
    vertical-align: middle;
}

@media only screen and (min-width: 640px){
    #wrapper{
        max-width: 1920px;
        margin: 0 auto -60px;
    }
}

/*------------------------------- FVまわり ---------------------------------*/
.fv {
    background-image: url(../img/fv_pc_bg02.jpg);
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}
.fv div {
    /*max-width: 1400px;*/
    margin: auto;
}
.fv_maintxt {
    width: 37%;
    right: 42%;
    top: 57%;
}
.fv_maintxt_inner {
  position: relative;
  overflow: hidden;
}
.ref_mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('../img/fv_maintxt_pc.png'); mask-image: url('../img/fv_maintxt_pc.png');
  -webkit-mask-size: 100% auto; mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: left top; mask-position: left top;
}
.ref_hikari{
  position: absolute;
  top: -2%;
  left: -60%;
  width: 23%;
  padding: 30% 0 0;
  background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
  transform: skewX(30deg);
  animation: kirari 2.5s ease-in-out 0s infinite normal;
}
@keyframes kirari{
   0%{
    left: -60%;
  }
  33%{
    left: -60%;
  }
  100%{
    left:100%;
  }
}
.fv_cta_btn {
    width: 33.8%;
    right: 22.4%;
    bottom: 7.5%;
}

/*------------------------------- 権威 ---------------------------------*/
.auth {
    background-image: url(../img/authority_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.auth img {
    max-width: 1400px;
    margin: auto;
    display:block;
}
/*------------------------------- SNS ---------------------------------*/
.sns {
    background-image: url(../img/sns_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.sns img {
    max-width: 1400px;
    margin: auto;
    display:block;
}
/* スライド*/
ul {
    padding: 0;
    margin: 0;
   }
.insta01 {
    width: 160px;
    height: 180px;
    box-shadow: 1px 1px 6px #9e9e9e;
   }
.insta01 {margin-left: 30px;}
.insta01:nth-child(1) {
    background-image: url(../img/slide01.jpg);
    background-size: cover;
    }
    .insta01:nth-child(2) {
    background-image: url(../img/slide02.jpg);
    background-size: cover;
    }
    .insta01:nth-child(3) {
    background-image: url(../img/slide03.jpg);
    background-size: cover;
    }
    .insta01:nth-child(4) {
    background-image: url(../img/slide04.jpg);
    background-size: cover;
    }
    .insta01:nth-child(5) {
    background-image: url(../img/slide05.jpg);
    background-size: cover;
    }
    .insta01:nth-child(6) {
    background-image: url(../img/slide06.jpg);
    background-size: cover;
    }
    .insta01:nth-child(7) {
    background-image: url(../img/slide07.jpg);
    background-size: cover;
    }
    .insta01:nth-child(8) {
    background-image: url(../img/slide08.jpg);
    background-size: cover;
    }
    .insta01:nth-child(9) {
    background-image: url(../img/slide09.jpg);
    background-size: cover;
    }

/* スライドレールの枠 */
.wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 90vw;
    max-width: 1160px;
    margin: auto;
    top: 72%;
    left: 0;
    right: 0;
  }
  .slideshow {
    display: flex;
    -webkit-animation: loop-slide 35s infinite linear 0s both;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  @-webkit-keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

/*------------------------------- SNS ---------------------------------*/
.magazine {
    background-image: url(../img/magazine_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.magazine img {
    max-width: 1400px;
    margin: auto;
    display:block;
}



/*------------------------------- 実績・比較01 ---------------------------------*/
.diff01>div {
    background-image: url(../img/achieve_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.diff01>div>div {
    max-width: 1400px;
    margin: auto;
}
.diff.abs {
    width: 40%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 13.0%;
}
.diff01 video {
    width: 100%;
}
.diff01 .abs.first {
    width: 85%;
    bottom: 12.5%;
    margin: auto;
    left: 0.2%;
    right: 0;
}
.diff01 .abs.second {
    width: 42.4%;
    bottom: 12.5%;
    margin: auto;
    left: 0;
    right: -43.0%;
}
.diff01 .abs.dryer {
    left: 5.2%;
    width: 7%;
    top: 44%;
}
.diff01 .abs.me {
    right: 43.7%;
    width: 9.5%;
    top: 42%;
}

/*------------------------------- お悩み ---------------------------------*/
.worry {
    background-image: url(../img/worries_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.worry img {
    max-width: 1600px;
    margin: auto;
    display:block;
}

/*------------------------------- 3つのポイント ---------------------------------*/
.point01,.point02,.point03 {
    background-position: center;
    background-repeat: no-repeat;
}
.point01 {
    background-image: url(../img/point01_bg_pc.jpg);
}
.point02 {
    background-image: url(../img/point02_bg_pc.jpg);
}
.point03 {
    background-image: url(../img/point03_bg_pc.jpg);
}
.point01 div,.point02 div,.point03 div {
    max-width: 1400px;
    margin: auto;
}
.point video {
    width: 100%;
    box-shadow: 3px 6px 18px -6px rgba(0,0,0,0.6);
}
.point01 .abs {
    bottom: 7.5%;
    width: 40%;
    margin: auto;
    left: -26%;
    right: 0;
}
.point02 .abs {
    bottom: 14.0%;
    width: 40%;
    margin: auto;
    left: -26%;
    right: 0;
}
.point03 .abs {
    margin: auto;
    left: 0;
    right: 0;
}
.point03 .abs.first {
    width: 62%;
    bottom: 55.8%;
}
.point03 .abs.first p {
    font-size: 13px;
    text-align: right;
    margin: 0;
}
.point03 .abs.second {
    bottom: 13.6%;
    width: 43%;
    margin: auto;
    left: -29%;
    right: 0;
}

/*------------------------------- 使いやすい ---------------------------------*/
.push {
    background-image: url(../img/push_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.push img {
    max-width: 1600px;
    margin: auto;
    display:block;
}

/*------------------------------- 比較02 ---------------------------------*/
.diff2 {
    background-image: url(../img/diff2_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.diff2 div {
    max-width: 1400px;
    margin: auto;
}
.diff2 video {
    width: 100%;
}
.diff2 .abs {
    bottom: 49.8%;
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
}

/*------------------------------- 途中のCTA ---------------------------------*/
.cta {
    background-image: url(../img/cta_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.cta div {
    max-width: 1400px;
    margin: auto;
}
.cta_btn {
    width: 33.8%;
    right: 22.4%;
    bottom: 21.5%;
}

/*------------------------------- 美容師プロデュース ---------------------------------*/
.prod {
    background-image: url(../img/produce_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.prod div {
    max-width: 1400px;
    margin: auto;
}
.prod video {
    width: 100%;
    box-shadow: 3px 6px 18px -6px rgba(0,0,0,0.6);
}
.prod .abs {
    bottom: 12.2%;
    width: 39.5%;
    margin: auto;
    left: 0;
    right: -36%;
}

/*------------------------------- よくある質問 ---------------------------------*/
.qa_area {
    margin: 5% auto 3%;
}
.qa_area p{
    font-size: 3.8rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.qa,.qa p{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.toggle_title {
    margin-top: 15px;
    position: relative;
    padding: 1.5% 7% 1.5% 8%;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: left;
    line-height: 3.4rem;
    font-weight: bold;
    max-height: 999999px;  /*Androidブラウザフォントバグ対策*/
    margin-left: 0%;
    background-color: #f9e5e6;
}
.toggle_btn {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
    display: block;
    content: '';
    background-color: #b10019;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.toggle_btn:before {
    width: 1px;
    height: 13px;
}
.toggle_title.selected .toggle_btn:before {
    content: normal;
}
.toggle_contents dd {
    display: none;
    margin-inline-start:0;
}
.toggle_contents:first-of-type dd {
    display: block;
}
.toggle_contents dd p{
    text-align: left;
    margin: auto ;
    font-size: 1rem;
    line-height: 1.3rem;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-top: none;
    position: relative;
    padding: 2%;
    font-size: 15px;
    line-height: 3.4rem!important;
}
.qa{
    padding: 3%;
    padding-top: 0;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.toggle_title::before{
    content: "Q";
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0% 1.5%;
    position: absolute;
    top: 22%;
    left: 1%;
    border-right: 1px solid;
}
.toggle_contents p::before{
    content: "A";
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0% 1.5%;
    position: absolute;
    top: 22%;
    left: 1%;
    color: #b10019;
    border-right: 1px solid #b10019;
}
.toggle_contents dd p {
    padding: 1.5% 7% 1.5% 8%;
}
ol, ul {
    list-style: none;
}
.tab_area label{
    width: 30%;
    padding: 2% 0;
    font-size:17px;
}

.toggle_title {
    font-size: 17px!important;
}

.toggle_btn {
    width: 24px;
    height: 24px;
}

/*------------------------------- おすすめポイント ---------------------------------*/
.rec {
    background-image: url(../img/recommend_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}
.rec img {
    max-width: 1600px;
    margin: auto;
    display: block;
}
.rec_inner {
  position: relative;
  overflow: hidden;
}
.hair_pc_box {
	width: 90%;
}
.hair_pc {
  top: 32%;
  left: 57%;
  width: 390px;
}
.ref_mask_hair{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-mask-image: url('../img/hair_pc.png'); mask-image: url('../img/hair_pc.png');
  -webkit-mask-size: 100% auto; mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: left top; mask-position: left top;
}
.ref_hikari_hair{
  position: absolute;
  top: -2%;
  left: -10%;
  width: 31%;
  padding: 90% 30% 0;
  background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
  transform: skewX(60deg);
  animation: kirari02 2.5s ease-in-out 0s infinite normal;
}
@keyframes kirari02{
   0%{
    top: -60%;
	left: 20%;
  }
  33%{
    top: -60%;
	left: 20%;
  }
  100%{
    top:100%;
	left: 100%;
  }
}
@media screen and (max-width: 1600px){
	.hair_pc {
    top: 32%;
    left: 58.2%;
    width: 24.3%;
}
}
/* -------------------------------- 製品情報・注意 ----------------------------------*/
.caution {
    background: #efefef;
    padding: 5% 0;
}
.caution>div {
    width: 90%;
    max-width: 800px;
    margin: auto;
}
p.ttl {
    background-color: #7e5a4e;
    text-align: center;
    color: #fff;
    padding: 1%;
    font-size: 16px!important;
    margin-bottom: 0;
}
.box {
    border: 1px solid #7e5a4e;
    padding: 3%;
    font-size: 13px!important;
    background: #fff;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.grad-trigger {
    display: none;
}
.grad-trigger:checked + .grad-btn {
    display: none;
}
.grad-trigger:checked ~ .grad-item {
    height: auto;
}
.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    width: 123px;
    margin: auto;
    padding: 0.2em 0;
    border-radius: 2px;
    background: #868686;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-size: 0.8rem;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.grad-item {
    position: relative;
    overflow: hidden;
    height: 150px;/*隠した状態の高さ*/
    border: 1px solid #777882;
    padding: 3%;
    color: #777882;
    background: #fff;
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
}
.grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad-item p {
    font-size: 13px!important;
	line-height: 1.6em;
}

.grad-item p b {
    line-height: 3em;
}
.voice{
    background-image: url(../img/voice_bg_pc.jpg);
    background-size: cover;
    background-position: top center;
    padding: 0 5% 5% 5%;
    box-sizing: border-box;
}
.voice .inner{
    max-width: 1050px;
    margin: 0 auto;
}

.total_sale {
    background-image: url('../img/total_bg_pc.jpg');
    background-position: center;
    background-repeat: no-repeat;
}
.total_sale img {
    max-width: 1400px;
    margin: auto;
    display: block;
}